get template directory uri

46

get templete uri -

<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="" height="" alt="" />

get_template_directory_uri -

/* get logo or image */
<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="" height="" alt="" />

get theme path in wordpress -

include( get_template_directory_uri() . '/includes/my_file.php' );

Comments

Submit
0 Comments